Conversation
Fix mistake from PR apache#4397 List VMs by Security Group & HA
|
@blueorangutan package |
|
@blueorangutan package |
|
@GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2181 |
| if (affinityGroupId != null) { | ||
| sb.and("affinityGroupId", sb.entity().getAffinityGroupId(), SearchCriteria.Op.EQ); | ||
| } | ||
|
|
There was a problem hiding this comment.
Thanks @GabrielBrascher, for immediate fix. Changes LGTM.
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-2970)
|
Fix mistake from PR #4397 where I removed the affinity group ID when adding security group ID.
Description
Fixes: #4397
Types of changes